0xB2 - Chat Message
-------------------
Server->Client:Yes
Client->Server:No

byte 0xB2
short size
short command
char[4] language
uni[] text1
uni[] text2

command:
	0x01-0x24 - Generic Message
		text1 = token1
		text2 = token2
	0x03 - Ignore
		text1 = token1
		text2 = token2
	0x25 - Speak
		text[0, 1] = userType
		text1 = token1
		text2 = token2
	0x26 - Emote
		text[0, 1] = userType
		text1 = token1
		text2 = token2
	0x27 - OOC
		text[0, 1] = userType
		text1 = token1
		text2 = token2
	0x28 - Password Changed
		text1 = token1
		text2 = token2
	0x29 - Conference Full
		text1 = token1
		text2 = token2
	0x3E8 - Create Conference
		text1 = channelName
		text2:
			'0' = no password
			'1' = password required
	0x3E9 - Destroy Conference
		text1 = channelName
		text2 not used
	0x3EB - Display Enter Username Window
		text1/text2 not used
	0x3EC - Close Chat
		text1/text2 not used
	0x3ED - Username Accepted/Display Chat
		text1 = userName
		text2 not used
	0x3EE - Add User
		text1[0, 1] = userType
		text1 = userName
		
		text2 not used
	0x3EF - Remove User
		text1 = userName
		text2 not used
	0x3F0 - Clear All Players
		text1/text2 not used
	0x3F1 - Join Conference
		text1 = conferenceName
		text2 not used


userType:
	0x30 - User
	0x31 - Moderator
	0x32 - Muted
	0x34 - Self
	0x35 - System